An IJulia Notebook

This is an IJulia notebook. It can mix code, multimedia results, headings, documentation, equations like $\sqrt{\int x^2 dx}$, and even interactive widgets.

Running Julia code

In order to run Julia code, select the cell below and press Ctrl-Enter.


In [1]:
1+1       # Try changing the numbers and press Ctrl-Enter again.


Out[1]:
2

In [2]:
rand()    # Press Ctrl-Enter repeatedly to generate new random numbers.


Out[2]:
0.9361759817195194

Julia and IJulia examples:

These examples have been taken from Steve Johnson's talk at EuroSciPy 2014.

Go ahead and modify the tutorial notebooks to try out different examples. The entire tutorial folder gets refreshed with every login.